go/types.environment.sig (field)
8 uses
go/types (current package)
builtins.go#L552: if check.sig != nil && check.sig.results.Len() > 0 {
check.go#L44: sig *Signature // function signature if inside a function; nil otherwise
infer.go#L99: selfRecursive := check.sig != nil && check.sig.tparams.Len() > 0 && tparams[0] == check.sig.tparams.At(0)
stmt.go#L42: sig: sig,
stmt.go#L506: res := check.sig.results
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)